projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28df1cf
)
usb: xhci: Remove incorrect comments for struct xhci_container_ctx
author
Bin Meng
<
[email protected]
>
Wed, 19 Jul 2017 13:49:53 +0000
(21:49 +0800)
committer
Marek Vasut
<
[email protected]
>
Fri, 28 Jul 2017 21:34:14 +0000
(23:34 +0200)
There is no member called 'dma' in struct xhci_container_ctx. Remove
the comments that mentions it.
Signed-off-by: Bin Meng <
[email protected]
>
Reviewed-by: Simon Glass <
[email protected]
>
Reviewed-by: Stefan Roese <
[email protected]
>
Tested-by: Stefan Roese <
[email protected]
>
drivers/usb/host/xhci.h
patch
|
blob
|
history
diff --git
a/drivers/usb/host/xhci.h
b/drivers/usb/host/xhci.h
index 2afa38694be8f12325d9f1537ad6bd9f04bbd122..431afd864dbd98f7c1f5926b43f6a0e600733375 100644
(file)
--- a/
drivers/usb/host/xhci.h
+++ b/
drivers/usb/host/xhci.h
@@
-482,10
+482,9
@@
struct xhci_protocol_caps {
* @type: Type of context. Used to calculated offsets to contained contexts.
* @size: Size of the context data
* @bytes: The raw context data given to HW
- * @dma: dma address of the bytes
*
* Represents either a Device or Input context. Holds a pointer to the raw
- * memory used for the context (bytes)
and dma address of it (dma)
.
+ * memory used for the context (bytes).
*/
struct xhci_container_ctx {
unsigned type;